home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / SOUND / RAVELUTL.ARJ / DACT.HLP < prev    next >
Text File  |  1988-11-20  |  721b  |  19 lines

  1. Action data structure actions:
  2.  
  3. bend    <time> <int>    # multiplied by poff - pitch offset
  4. ccont    <time> <number> <value> # MIDI continiuous controller change
  5. downtempo <int>        # delta meter change slower
  6. dxparam    <number> <gindex> <hindex> <value> # dx7 sys.excl parameter
  7. key    <note constant> # key signature
  8. metro    <int>        # absolute meter change
  9. notes: 
  10. note     <note> <time> <velocity # normal form
  11. note    <note> <time>,<duration> <velocity> # duration form
  12. patch    <int>        # MIDI patch change
  13. poff    <constant>      # pitch offset - bend multiplier
  14. rest    <time>
  15. sig    <int> <int>    # time signature
  16. tie    <time>
  17. uptempo    <int>        # delta meter change faster
  18. action  <action identifier> # action action (nested action datatype)
  19.